home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 33R1 / Commodore_Free_Issue_33R1_2009_Commodore_Computer_Club.d64 / 1541u ii next >
Text File  |  2023-02-26  |  5KB  |  170 lines

  1. .
  2. *************************************
  3.     1541 Ultimate II announced
  4. *************************************
  5.  
  6. Gideon recently announced a successor
  7. of the 1541 Ultimate.
  8.  
  9. Key changes:
  10.  
  11. MircoSD instead of SD cards
  12. no optional Ethernet until further
  13. notice
  14. tape emulation out of the box
  15. real-time clock
  16. significantly improved audio output
  17. case included
  18.  
  19. Find out more at 
  20. www.1541ultimate.net.
  21.  
  22. http://www.1541ultimate.net/content
  23. /index.php
  24.  
  25. 1541 Ultimate II announcement
  26. Dear 1541 Ultimate enthusiasts,
  27.  
  28. Some of you might have noticed that
  29. the order form has been temporarily
  30. closed, and many questions and
  31. rumors' have been going around about
  32. the future of the 1541 Ultimate. The
  33. reason behind all this, is that
  34. behind the screens I have been
  35. working on a successor of the "1541
  36. Ultimate". How this unit will be
  37. called has not yet been determined,
  38. but it could be something as simple
  39. as "1541 Ultimate II" or "Ultimate
  40. Cartridge".
  41.  
  42. What is it, and why was it designed?
  43.  
  44. Basically, it is a scaled down
  45. version of the 1541U. It will provide
  46. similar functionality, although some
  47. things have been changed. It will no
  48. longer support full-size SD-cards,
  49. but only MircoSD, or "Transflash".
  50. Also, Ethernet will not be supported
  51. until further notice. It will support
  52. tape emulation out of the box
  53. (without the need for special FPGA
  54. images) and it will provide a
  55. real-time clock function with battery
  56. back up. Audio output has been
  57. significantly improved, which might
  58. seem useless for just the drive
  59. sounds, but this enables the creation
  60. of FPGA images that provide
  61. additional sound channels of useful
  62. quality. The power consumption has
  63. been reduced as well. There is one
  64. extra cool feature that will not yet
  65. be disclosed ;-)
  66.  
  67. And last but not least...
  68.  
  69. This unit will come with a case! At
  70. least, that is the plan; there are
  71. some negotiations going on with
  72. manufacturers for plastic insertion
  73. mounding. It seems feasible to have
  74. this done, although it's pricy for
  75. low quantities. A prototype is
  76. 3D-printed this week; the prototype
  77. board is already there and functional
  78.  
  79. Now, speaking of the case....
  80.  
  81. Since I like to keep the high
  82. compatibility with the 1541, the big
  83. DIN connector is still there on the
  84. board. It might be an option to use a
  85. custom connector for this, with a
  86. custom cable that needs to be made
  87. for this unit, but to be honest; this
  88. does not have my personal preference.
  89. I would need to have these made
  90. separately, and stock them separately
  91. as well. So, let's say that the big
  92. DIN connector is a fact, how do we
  93. enclose this? There are two options;
  94. which are shown below:
  95.  
  96. And the second option is:
  97.  
  98. As you can see, the first one has a
  99. "strange" bulge, but is for the rest
  100. rather elegant, while the second one
  101. is symmetrical, but bulkier. Which of
  102. the two it should be, I don't know..
  103. Maybe I'll open a poll for this, what
  104. do you think?
  105.  
  106. Availability: It will still take
  107. around 12 weeks before these units
  108. can be delivered; which means late
  109. October 2009. Price: I tried to keep
  110. the price acceptable. Due to the
  111. case, it has to go up just slightly
  112. though. The selling price including
  113. tax is ? 125; (excluding: ? 105).
  114.  
  115. Please let me know what you think.
  116.  
  117. Regards,
  118. Gideon
  119.  
  120. Open sourced!!
  121.  
  122. The software part of the 1541
  123. Ultimate is from now on Open Source!
  124. Although the hardware still needs to
  125. be documented, people can already
  126. check out the source code, edit it
  127. and build new applications for the
  128. 1541 Ultimate! The source is released
  129. under GPL 3.0, which in short means
  130. that every addition to the source
  131. code will also need to be open
  132. sourced and the code or parts thereof
  133. may not be sold. The full license
  134. agreement can be found in the 'root'
  135. (trunk) of the SVN archive.
  136.  
  137. In order to build the software, you
  138. need to do the following:
  139.  
  140. Install Cygwin, or run under Linux.
  141. Make sure you have:
  142. GNU make in order to run the
  143. makefiles.
  144. GCC compiler, in order to build the
  145. conversion tools.
  146. Install CC65 (http://www.cc65.org),
  147. and make sure you have the required
  148. environment variables and path set.
  149. Install a SVN client package (either
  150. command line in Cygwin) or a
  151. graphical client such as Tortoise SVN
  152. Check out the repository from
  153. http://svn.xp-dev.com/svn/gideonz_
  154. 1541Ultimate/
  155. Go to the trunk directory and type
  156. 'make'.
  157. At this point, the archive is
  158. read-only. If you are a developer and
  159. want to make a significant
  160. contribution to the 1541 Ultimate,
  161. please contact me and we can discuss
  162. being a write-user on the archive.
  163. Bug fixes from others can be E-mailed
  164. as patches, which I'd happily merge
  165. with the archive.
  166.  
  167. Happy programming!
  168.  
  169. -------------------------------------
  170.